home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / vhf / mssof42f / vgaprtsc.doc < prev    next >
Text File  |  1993-12-17  |  2KB  |  49 lines

  1. ***********************************************************
  2.  
  3.         VGAPRTSC.ASM   ver 1.3   February 1989
  4.  
  5.     Hardcopy Utility for VGA-(and EGA-) Graphics Modes
  6.  
  7.                    Robert Kaempf
  8.                   <DB3D@DDATHD21>
  9.               Institut fuer Kernphysik
  10.            Technische Hochschule Darmstadt
  11.              6100 Darmstadt, West Germany
  12.  
  13. ***********************************************************
  14.  
  15. VGAPRTSC is similar to the MSDOS program GRAPHICS.COM.
  16. The difference is: GRAPHICS supports low resolution
  17. graphics modes (320x200,640x200), VGAPRTSC supports high
  18. resolution graphics modes (640x480,640x350).
  19. Text or low resolution graphics modes cause a call to the
  20. old hardcopy routine. It is possible to install GRAPHICS
  21. before VGAPRTSC. This will support any graphics modes.
  22.  
  23. Parameter:
  24. /C= followed by 16 digits
  25. The 16 digits correspond to the 16 screen colors.
  26. An odd digit selects the color to be printed,
  27. colors with even digits are not printed.
  28.  
  29. Example:
  30. VGAPRTSC /C=0111111111111111   ( default )
  31.    prints colors 1 to 15.
  32. VGAPRTSC /C=0000222211113333
  33.    prints highlighted colors ( 8 to 15 )
  34.  
  35. You may modify the colortable of an installed VGAPRTSC
  36. version by typing: VGAPRTSC /C=... .
  37. VGAPRTSC will not be installed twice !
  38. ---------------------------------------------
  39. ADDITIONAL NOTE BY OH5IY:
  40. I have modified the code to suit the Cannon BJ-10 bubble jet printer.
  41. If you have a problem which can not be solved by chancing printer
  42. setups, use pctoools to edit vgaprtsc.com file.
  43. There is on the 73. byte a 06 hexcode after 1B 41, cgange the value of 06
  44. to smaller if there is a gap between printing lines, larger if there
  45. is compression in the printout. Notice that the printinglines run VERTICALLY
  46. if you look the print sheet and the gaps or compression is also
  47. vertically oriented on the paper.
  48. (I hope this will help you. OH5IY @OH5RBG.FIN.EU)
  49.